CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - openGL 三维 显示

搜索资源列表

  1. panda

    0下载:
  2. opengl初体验 用OpenGL编写基本的三维图形显示程序 绘制动物-Opengl early experience with opengl write basic 3 d graphics program drawing animals
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-15
    • 文件大小:8421
    • 提供者:
  1. Terrain3DTest

    0下载:
  2. 基于opengl的三维地形动态显示,编写基本语言的C++,仅供参考-Opengl-based dynamic display of three-dimensional terrain
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-27
    • 文件大小:303805
    • 提供者:zhao
  1. meshviewer

    0下载:
  2. 用OpenGL实现的三维雕塑模型显示。三角网格构建三维模型。-Three-dimensional sculpture model implemented with OpenGL display. Construction of the three-dimensional model of the triangular mesh.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-25
    • 文件大小:11292
    • 提供者:zhao yu
  1. mself

    1下载:
  2. 利用OPENGL编程,实现基本三维模型的绘制和显示、旋转,以及透明效果。-Use OPENGL programming, basic drawing and display three-dimensional model, rotation, and transparency.
  3. 所属分类:3D Graphic

    • 发布日期:2017-02-23
    • 文件大小:2824192
    • 提供者:杨洋
  1. snow

    0下载:
  2. OpenGl雪花粒子演示,背景切换需要修改源码,略微麻烦;缺陷是只是二维显示雪花,三维有待扩展。- OpenGl雪花粒子演示,背景切换需要修改源码,略微麻烦;缺陷是只是二维显示雪花,三维有待扩展。 OpenGl snowflake particles demo, background switch need to modify the source code, a little trouble the defect is just a two-dimensional displa
  3. 所属分类:Other systems

    • 发布日期:2017-06-12
    • 文件大小:19854865
    • 提供者:熊光辉
  1. GDL

    0下载:
  2. 利用OpenGL进行图像显示的实例,可以进行三维图像的动态呈现-Showing the image by using the OpenGL examples,OpenGL is one of the extention of the GDI in the image edition
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-30
    • 文件大小:221406
    • 提供者:Jack
  1. frustum

    0下载:
  2. 基于opengl实现的三维视锥裁减的一个小示例。由这个示例可以看出视锥体裁减对于提高显示速度的重要性。-on opengl achieve 3D cone reduction of a small sample. From this example can be seen as the cone reduction in the rate of increase shows importance.
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-30
    • 文件大小:8205
    • 提供者:fu8164064
  1. OPENGL

    0下载:
  2. 三个及以上多边形二维重叠混合效果,随机动画展示,每个多边形碰撞到显示窗口后反弹-READ CHINESE PLEASE??
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:38816
    • 提供者:MK
  1. MFC_CloudPoint20160531

    1下载:
  2. 基于OpenGL的三维点云数据显示,可以选择浏览文件读入点云市局,鼠标点击、拖动和滑动可实现三维图形的旋转和缩放,最大可读入一百万个点,点云数据存在txt文件中,数据格式分别为x、y、z的坐标,具体以压缩文件中的3dcloud.txt为例-OpenGL-based 3D point cloud data show, you can browse the file is read into the point cloud PUC, mouse click, drag and swipe reali
  3. 所属分类:OpenGL program

    • 发布日期:2017-02-24
    • 文件大小:61460480
    • 提供者:tanlt
  1. MySTLViewer

    1下载:
  2. 利用VC++ 6.0源代码与OPENGL配合,完成了stl文件的三维实体显示,网格图显示,旋转,放大,移动,并可将各个实体进行组合实现组图文件.-Using vc++ 6.0 source code with OPENGL, completed the STL file of the three-dimensional entity, according to the grid, according to rotate, zoom, move, and each entity can be co
  3. 所属分类:OpenGL program

    • 发布日期:2016-09-20
    • 文件大小:31559680
    • 提供者:zhaojd
  1. 3D_stereo

    1下载:
  2. 包含双目摄像机标定,棋盘图像矫正,立体像对校正,立体匹配,三维重建模块。然后用OpenGL显示重建效果,并可以通过键盘方向键旋转。-Including binocular camera calibration, board image correction, stereo image pair correction, stereo matching, 3D reconstruction module. And then use the OpenGL to display the reconstr
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-23
    • 文件大小:7091689
    • 提供者:zhch64
  1. 3DEarth

    0下载:
  2. 利用C#和OPENGL共同开发的三维地球显示程序-Using C# and the joint development of three-dimensional Earth OPENGL display program
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:233799
    • 提供者:zcwl
  1. OpenGLcloudpoint

    0下载:
  2. 三维点云显示,旋转,移动等等,jiyu OPENGL bijiaoyouyong -3D point
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-15
    • 文件大小:43653120
    • 提供者:nancy00
  1. coloring

    0下载:
  2. 基于OpenGL实现obj模型的导入,进行三维网格的冒泡化着色显示,同时实现了通过鼠标控制三维模型进行旋转、缩放和移动等功能,是学习OpenGL的有用例子- U57FA u4E8EOpenb u5B9E u73B0obj u6A21 u5782 u5B2 u5BFC u5165 uFF0C u8FDB u884C u4E09 u7EF4 u7F51 u683C u7194 u5192 u6CE1 u5316 u7740 u8272 u663E u7
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-11
    • 文件大小:354138
    • 提供者:blackbo
  1. ViewControl

    0下载:
  2. mfc,opengl,几何变换与光照,熟悉三维图形显示的基本流程,熟悉视图变换的设置-Geometric transformation and illumination, familiar with the basic flow of three-dimensional graphics, familiar with the Settings of view transformation
  3. 所属分类:OpenGL program

    • 发布日期:2017-12-13
    • 文件大小:69419008
    • 提供者:GETITRIGHT
« 1 2 ... 13 14 15 16 17 18»
搜珍网 www.dssz.com